Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Prev/next links to buttons #2695

Merged
merged 2 commits into from
Jul 18, 2022

Conversation

vanpertsch
Copy link
Contributor

Signed-off-by: Vanessa Pertsch vanessa.pertsch@posteo.de

@vanpertsch vanpertsch added 2. developing Work in progress accessibility Making sure we design for the widest range of people possible, including those who have disabilities labels May 18, 2022
@vanpertsch vanpertsch self-assigned this May 18, 2022
@vanpertsch vanpertsch mentioned this pull request May 18, 2022
10 tasks
@raimund-schluessler raimund-schluessler added this to the 6.0.0 milestone Jun 9, 2022
@nickvergessen nickvergessen force-pushed the accessibility/modal-navigation-buttons branch 2 times, most recently from 8961ef6 to da9e3de Compare July 14, 2022 13:27
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.de>
@nickvergessen nickvergessen force-pushed the accessibility/modal-navigation-buttons branch from da9e3de to d16c228 Compare July 14, 2022 13:29
@nickvergessen nickvergessen modified the milestones: 6.0.0, 5.3.2 Jul 14, 2022
@nickvergessen nickvergessen added 3. to review Waiting for reviews bug Something isn't working and removed 2. developing Work in progress labels Jul 14, 2022
Signed-off-by: Joas Schilling <coding@schilljs.com>
{{ t('Close') }}
</ActionButton>
</Actions>
<ButtonVue v-if="canClose && !closeButtonContained"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<ButtonVue v-if="canClose && !closeButtonContained"
<Button v-if="canClose && !closeButtonContained"

suggestion (non-blocking): Rename ButtonVue to Button where it's used

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was used like this before. Don't know why.

Copy link
Contributor

@marcoambrosini marcoambrosini Jul 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When there are regular button elements the names conflict, so we import the vue button as ButtonVue

{{ t('Close') }}
</ActionButton>
</Actions>
<ButtonVue v-if="canClose && !closeButtonContained"
Copy link
Contributor

@marcoambrosini marcoambrosini Jul 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When there are regular button elements the names conflict, so we import the vue button as ButtonVue

@nickvergessen nickvergessen merged commit c8c45f7 into master Jul 18, 2022
@nickvergessen nickvergessen deleted the accessibility/modal-navigation-buttons branch July 18, 2022 17:07
@juliusknorr juliusknorr modified the milestones: 5.3.2, 6.0.0 Aug 2, 2022
@juliusknorr juliusknorr mentioned this pull request Aug 2, 2022
@@ -155,14 +155,14 @@
</Actions>

<!-- Close modal -->
<Actions v-if="canClose && !closeButtonContained" class="header-close">
<ActionButton @click="close">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Regression, fix in #3066

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews accessibility Making sure we design for the widest range of people possible, including those who have disabilities bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants